ot::Time::operator<=() const method
Indicates whether this `Time` instance is before or equal to another one.
Arguments
aOther
A `Time` instance to compare with.
Return value
TRUE This `Time` instance is before or equal to @p aOther. FALSE This `Time` instance is not before or equal to @p aOther.